*
{
    margin: 0;
    padding: 0;
}

/*------navigation-----*/
#nav-bar
{
    position: sticky;
    top: 0;
    z-index: 10;

}
.cheng {
    display: flex;
}
.news {
    color: #efefef;
}
.newa {
    color: #efefef;
}
.newt {
    color: #efefef;
}  

.newo {
    font-weight: 600;
    font-size: 16px;
    display: flex;
    padding-left: 25px;
    color: white
}

.navbar-brand img {
    height: 40px;
    padding-left: 30px;

}
.navbar-nav li {
    padding: 0 10px;
}

.navbar-nav li a {
    float: right;
    text-align: left;
}

#nav-bar ul li a:hover{
    color: #000000!important;

}
.navbar{
    background: #fff;
    border-bottom: 2px solid black;
}
.navbar-toggler {
    border: none!important;
}
.nav-link {
    color: #555!important;
    font-weight: 600;
    font-size: 16px;
}
/*-----About-----*/
#about {
    padding-top: 50px;
    padding-bottom: 50px;
    color: #555;
}
#about .btn {
    margin-top: 20px;
    margin-bottom: 30px;
}
.about-content {
    padding-top: 20px;
}
.skills-bar p{
    margin-bottom: 6px;
    font-weight: 600;
}
.progress-bar{
    border-radius: 16px;
}
.progress {
    border-radius: 16px !important;
    margin-bottom: 20px;
}

/*-----About Page-----*/
.Rams {
   width: 80%; 
   object-fit: cover;
   max-height: 60%;
   margin-left: 170px;
}
#JVRRams {
    border-bottom-width: 300px;
    border-bottom: black solid 3px;
    border-bottom-color: black;
}
#JVRRams1 {
    max-height: 800px;
    border-bottom-width: 300px;
    border-bottom: black solid 3px;
    border-bottom-color: black;
    height: 800px;
}
.col-md-6 {
    color: #555;
    padding-right: 50px;
}
.col-md-7 {
    color: #555;
    padding-right: 50px;
    max-height: 500px;
    margin-bottom: 100px;
}
.col-md-8 {
    color: #555;
    padding-right: 50px;
    max-height: 900px;
    margin-bottom: 100px;

}
.col-md-9 {
    color: #555;
    padding-right: 150px;
    max-height: 1500px;
    margin-bottom: 100px;

}
.container {
    display: flex;
}
#more {
    display: none;
}
#read.btn.btn-primary {
    background-color: black;
    color: #efefef;
    font-size: 20px;
}
/*-------Footer------*/
#footer {
    background: #333;
    color: #fff;
    padding: 12px;
}
.fa-wordpress {
    margin: 3px;
    color:#10a9da;
}
h2 {
    padding-top: 10px;
     color: #555 !important;
     text-align: left;
     
 }
 h2::after {
     content: '';
     background: black;
     display: block;
     height: 3px;
     width: 380px;
     margin: 5px 0px 20px;
 }
.Fire {
height: 90%;
width: 80%; 
object-fit: cover;
}
.Fires {
    height: 63%;
    width: 200%; 
    object-fit: cover;
    }
    .Firesa {
        height: 90%;
        width: 100%; 
        object-fit: cover;
        margin-left: -93px;
        }
h3 {
    padding-top: 10px;
     color: #555 !important;
     text-align: left;
     
 }
 h3::after {
     content: '';
     background: black;
     display: block;
     height: 3px;
     width: 220px;
     margin: 5px 0px 20px;
 }
 @media (max-device-width: 480px) {
     div.container {
         display: inline-block;
         text-align: center;
     }
     #JVRRams1 {min-height: 1500px;
     }
     .col-md-6 {
         display: inline;
         text-align: center;
     }
     .col-md-7 {
         display: inline;
         padding-right: 0%;

     }
     .col-md-8 {
        display: inline;
        text-align: center;
        padding-right: 0%;
     }
     .col-md-9 {
       display: inline;
     }
     .Rams {
         margin-top: 10px;
         margin-left: 10%;
         margin-right: 0%;
         display: flex;
         height: 29%;
         padding-bottom: 50px;
     }
     .Firesa {
         padding-bottom: 10px;
         margin-left: 0%;
         text-align: center;
         display: block;
     }
     .Fire {
         padding-bottom: 10px;
     }
     h3 {
         text-align: center;
         margin-bottom: 4px;
     }
     h3::after {
         background-color: transparent;
     }
     p {
         font-size: small;
     }
     span {
         font-size: small;
     }
    }
    .news {
        font-weight: 600;
        font-size: 16px;
        display: flex;
        padding-right: 25px;
    }
    .newa {
        font-weight: 600;
        font-size: 16px;
        display: flex;
        padding-right: 25px;
    }
    .newt {
        font-weight: 600;
        font-size: 16px;
        display: flex;
    }
    .Bosu {
        display: flex;
    }
